/** analysis.css */

/* layout */
#featured-block {
    height: 370px;
    padding: 0 5px 0 10px;
}
#featured-cloud {
    height: 370px;
    padding: 0 10px 0 5px;
}
#keywords-cloud {
    width: 100%;
    height: 100%;
    position: relative;
}

#indicator-block {
    height: 550px;
    padding: 0 5px 0 10px;
}
#actus-block {
    height: 550px;
    padding: 0 10px 0 5px;
}

#contents-block {
    padding: 0 10px 0 10px;
}

/* blocks */
#analysis-page > .row {
    padding-bottom: 10px;
}
.analysis-block {
    display: block;
    position: relative;
    background-color: white;
    border: 1px solid #E3E3E3;
    padding: 20px 15px;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.analysis-block #wrapper-best-of .scroller {
    height: 100%;
    overflow-y:scroll;
}